-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: OCI store resolve returns full descriptor #468
fix: OCI store resolve returns full descriptor #468
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @oanatmaria , thanks for the contribution! Do you want to update the same for ReadOnlyStore
as well?
Hi @Wwwsylvia, Thank you for the review. I've made the change for the readonlystore as well. |
Also wondering if we should call out the behavior difference between resolving by tag and resolving by digest in the doc comment of the |
I've updated the comments. Please let me know if they are correctly formulated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: oanatmaria <oana@aserto.com>
Merged. Thank you! @oanatmaria |
Based on discussion on #457, this PR returns a full descriptor on Resolve when the method it's called by tag and it returns a plain descriptor when the method it's called by digest.